DisplayNote Object

The DisplayNote object enables the management of displayed note objects through script. It is primarily used in the synchronization of Trend Tool notes with Note Feed Tool notes. A DisplayNote object instance is effectively identical to its referenced Note object instance in every way except that the DisplayNote object instance includes a Label property.

Declare the object using the following code:

CreateObject("CxNote.DisplayNote")

Each method in this document assumes you have declared the DisplayNote object using the following code:

Dim DisplayNote

Set DisplayNote = CreateObject("CxNote.DisplayNote")


More: